home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Kplan / inst_kplan.exe / {app} / KPlan.exe / 0 / RCDATA / TPASSWORDDIALOG / TPASSWORDDIALOG.txt
Text File  |  2003-10-19  |  2KB  |  84 lines

  1. object PasswordDialog: TPasswordDialog
  2.   Left = 260
  3.   Top = 184
  4.   ActiveControl = Edit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Saisie du mot de passe'
  7.   ClientHeight = 132
  8.   ClientWidth = 273
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object OKButton: TButton
  16.     Left = 109
  17.     Top = 98
  18.     Width = 75
  19.     Height = 25
  20.     Caption = '&OK'
  21.     Default = True
  22.     Enabled = False
  23.     ModalResult = 1
  24.     TabOrder = 1
  25.     OnClick = OKButtonClick
  26.   end
  27.   object CancelButton: TButton
  28.     Left = 190
  29.     Top = 98
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'Annuler'
  34.     ModalResult = 2
  35.     TabOrder = 2
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 8
  39.     Top = 8
  40.     Width = 257
  41.     Height = 81
  42.     Caption = ' Mot de passe '
  43.     TabOrder = 0
  44.     object Edit: TEdit
  45.       Left = 16
  46.       Top = 18
  47.       Width = 225
  48.       Height = 21
  49.       PasswordChar = '*'
  50.       TabOrder = 0
  51.       OnChange = EditChange
  52.     end
  53.     object AddButton: TButton
  54.       Left = 16
  55.       Top = 46
  56.       Width = 65
  57.       Height = 25
  58.       Caption = 'Ajo&uter'
  59.       Enabled = False
  60.       TabOrder = 1
  61.       OnClick = AddButtonClick
  62.     end
  63.     object RemoveButton: TButton
  64.       Left = 88
  65.       Top = 46
  66.       Width = 65
  67.       Height = 25
  68.       Caption = '&Retirer'
  69.       Enabled = False
  70.       TabOrder = 2
  71.       OnClick = RemoveButtonClick
  72.     end
  73.     object RemoveAllButton: TButton
  74.       Left = 160
  75.       Top = 46
  76.       Width = 81
  77.       Height = 25
  78.       Caption = '&Tout retirer'
  79.       TabOrder = 3
  80.       OnClick = RemoveAllButtonClick
  81.     end
  82.   end
  83. end
  84.